go/types.Checker.exclude (method)

7 uses

	go/types (current package)
		call.go#L406: 			check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1228: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1235: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1247: 	check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1278: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1288: 	check.exclude(x, 1<<novalue)
		expr.go#L1294: func (check *Checker) exclude(x *operand, modeset uint) {